home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / scheme / scm / wb1a1.lha / wb / all.scm next >
Encoding:
Text File  |  1993-06-29  |  1.7 KB  |  35 lines

  1. ; WB-tree File Based Associative String Data Base System.
  2. ; Copyright (c) 1991, 1992, 1993 Holland Mark Martin
  3. ;
  4. ;Permission to use, copy, modify, and distribute this software and its
  5. ;documentation for educational, research, and non-profit purposes and
  6. ;without fee is hereby granted, provided that the above copyright
  7. ;notice appear in all copies and that both that copyright notice and
  8. ;this permission notice appear in supporting documentation, and that
  9. ;the name of Holland Mark Martin not be used in advertising or
  10. ;publicity pertaining to distribution of the software without specific,
  11. ;written prior consent in each case.  Permission to incorporate this
  12. ;software into commercial products can be obtained from Jonathan
  13. ;Finger, Holland Mark Martin, 174 Middlesex Turnpike, Burlington, MA,
  14. ;01803-4467, USA.  Holland Mark Martin makes no representations about
  15. ;the suitability or correctness of this software for any purpose.  It
  16. ;is provided "as is" without express or implied warranty.  Holland Mark
  17. ;Martin is under no obligation to provide any services, by way of
  18. ;maintenance, update, or otherwise.
  19.  
  20. (load (in-vicinity (program-vicinity) "defs"))
  21. (load (in-vicinity (program-vicinity) "sys"))
  22. (load (in-vicinity (program-vicinity) "blink"))
  23. (load (in-vicinity (program-vicinity) "ent"))
  24. (load (in-vicinity (program-vicinity) "handle"))
  25. (load (in-vicinity (program-vicinity) "prev"))
  26. (load (in-vicinity (program-vicinity) "del"))
  27. (load (in-vicinity (program-vicinity) "scan"))
  28. (load (in-vicinity (program-vicinity) "db"))
  29. (load (in-vicinity (program-vicinity) "stats"))
  30. (load (in-vicinity (program-vicinity) "blkio"))
  31. (load (in-vicinity (program-vicinity) "test"))
  32. (load (in-vicinity (program-vicinity) "test2"))
  33. ;(main)
  34. ;(rmain)
  35.